路由系統route 路由設計routing


Posted by mijouhsieh on 2023-04-09

路由設計routing

REST Representation State Transfer

  • 軟體架構的設計風格
  • 符和此風格,可稱為 RESTful
  • 以資料為中心,搭配 HTTP Method 和 CRUD 資料操作

HTTP Method

GET POST PATCH PUT DELETE

CRUD

Create Read Update Delete

使用 REST 風格 好處:

網址變化規律簡潔
前後端規定好,可想像API格式、預先規劃串接複雜度


#route #routing #REST #RESTful







Related Posts

Day02 重裝待發

Day02 重裝待發

[ 學習筆記系列 ] 很基礎的 Command Line 與 Git

[ 學習筆記系列 ] 很基礎的 Command Line 與 Git

Web開發學習筆記04—條件運算式(Conditional Statements)

Web開發學習筆記04—條件運算式(Conditional Statements)


Comments